2025 Constructor
Changes 5
C

ElementMulticategoryFilter(ICollection<BuiltInCategory>, Boolean)

Description:
Constructs a new instance of a filter to match elements by built-in category, with the option to match all elements which are not of the given category.
public ElementMulticategoryFilter(
	ICollection<BuiltInCategory> categories,
	bool inverted
)
  • categories
    The built-in categories to match.
  • inverted
    True if the filter should match all elements which are not of the given built-in categories.